We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6a34f commit 30b695dCopy full SHA for 30b695d
1 file changed
.github/workflows/python-release.yml
@@ -47,8 +47,11 @@ jobs:
47
48
# 4. Publish to PyPi
49
# -------------------------------------------------------------------------------------------
50
+ - name: Build package
51
+ run: python -m build
52
+
53
- name: Publish package
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
54
+ uses: pypa/gh-action-pypi-publish@release/v1
55
with:
56
user: __token__
57
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments