We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3a0dd commit 5fcc999Copy full SHA for 5fcc999
.github/workflows/publish.yaml
@@ -48,8 +48,9 @@ jobs:
48
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
49
- name: create release
50
run: >
51
- gh release create --draft --repo ${{ github.repository }} ${{ github.ref_name }} *.intoto.jsonl/* artifact/*
52
-
+ gh release create --draft --repo ${{ github.repository }}
+ ${{ github.ref_name }}
53
+ *.intoto.jsonl/* dist/*
54
env:
55
GH_TOKEN: ${{ github.token }}
56
publish-pypi:
0 commit comments