Skip to content

Commit fef414e

Browse files
authored
Merge pull request #33 from atlanhq/modify_workflow
Modify workflow
2 parents 2e212fa + 7ee44e4 commit fef414e

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
@@ -33,11 +33,11 @@ jobs:
3333
pip install build
3434
- name: check tag
3535
id: check-tag
36-
run: ./tests/check_tag.py
36+
run: python check_tag.py
3737
- name: Build package
3838
run: python -m build
3939
- name: Publish package
40-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
40+
uses: pypa/gh-action-pypi-publish@v1.8.3
4141
with:
4242
user: __token__
4343
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)