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 b07b693 commit 4bb2bcfCopy full SHA for 4bb2bcf
.github/workflows/release.yml
@@ -37,8 +37,7 @@ jobs:
37
- uses: actions/upload-artifact@v3
38
with:
39
name: dist
40
- path: |
41
- dist
+ path: dist
42
43
# PyPI on release
44
pypi:
@@ -49,6 +48,7 @@ jobs:
49
48
- uses: actions/download-artifact@v3
50
51
52
- name: Publish to PyPI
53
uses: pypa/gh-action-pypi-publish@release/v1
54
@@ -64,6 +64,7 @@ jobs:
64
65
66
67
68
- name: Publish to TestPyPI
69
70
0 commit comments