We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e212fa + 7ee44e4 commit fef414eCopy full SHA for fef414e
1 file changed
.github/workflows/python-publish.yaml
@@ -33,11 +33,11 @@ jobs:
33
pip install build
34
- name: check tag
35
id: check-tag
36
- run: ./tests/check_tag.py
+ run: python check_tag.py
37
- name: Build package
38
run: python -m build
39
- name: Publish package
40
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@v1.8.3
41
with:
42
user: __token__
43
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments