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 9c55a70 commit a1ac6e6Copy full SHA for a1ac6e6
.github/workflows/publish.yml
@@ -46,6 +46,7 @@ jobs:
46
uses: actions/download-artifact@v3
47
with:
48
name: distribution
49
+ path: dist
50
- name: Publish package distribution to Test PyPI
51
uses: pypa/gh-action-pypi-publish@release/v1
52
@@ -65,5 +66,6 @@ jobs:
65
66
67
68
69
70
- name: Publish package distribution to PyPI
71
0 commit comments