Skip to content

Commit 31a6f57

Browse files
committed
Correct error in python-publish.yaml
1 parent 461fbab commit 31a6f57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
pip install build
3333
- name: check tag
3434
id: check-tag
35-
run: ./tests/check_tag.py
35+
run: ./check_tag.py
3636
- name: Build package
3737
run: python -m build
3838
- name: Publish package
39-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
39+
uses: pypa/gh-action-pypi-publish@v1.8.3
4040
with:
4141
user: __token__
4242
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)