mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-01-03 18:57:48 +00:00
update gitignore and workflow
This commit is contained in:
parent
e38dcdb197
commit
a344869392
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/') }}
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, 'patcher') }}
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
password: ${{ secrets.pypi_password }}
|
||||
|
|
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -10,3 +10,12 @@ pre-edited-cs/window\.rect
|
|||
*Copy/
|
||||
|
||||
venv/
|
||||
|
||||
build/
|
||||
|
||||
dist/
|
||||
|
||||
cave_story_randomizer.egg-info/
|
||||
|
||||
*/__pycache__
|
||||
caver/version.py
|
||||
|
|
Loading…
Reference in a new issue