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 fa4d787 commit 4c4f6f2Copy full SHA for 4c4f6f2
.github/workflows/pypi-publish.yaml
@@ -1,4 +1,4 @@
1
-name: Publish tag to Pypi
+name: Publish tag to PyPI
2
on:
3
release:
4
types: [published]
@@ -59,7 +59,7 @@ jobs:
59
path: ./wheelhouse/*.whl
60
61
publish:
62
- name: Pypi publish
+ name: PyPI publish
63
needs: ['build_sdist', 'build_wheels']
64
runs-on: ubuntu-latest
65
environment: pypi
@@ -89,5 +89,5 @@ jobs:
89
cp -R artifacts/linux/* dist
90
cp -R artifacts/macos/* dist
91
cp -R artifacts/sdist/* dist
92
- - name: Publish to Pypi
+ - name: Publish to PyPI
93
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments