mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-09 00:14:37 +00:00
fix workflow
This commit is contained in:
parent
a344869392
commit
61407e6e0e
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
repository_url: https://test.pypi.org/legacy/
|
||||
|
||||
- name: Publish 📦 to PyPI
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, 'patcher') }}
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
password: ${{ secrets.pypi_password }}
|
||||
|
|
Loading…
Reference in a new issue