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