Skip to content

Commit

Permalink
Merge pull request #82 from pygame/publish-fix2
Browse files Browse the repository at this point in the history
publish fix2
  • Loading branch information
illume authored Dec 3, 2023
2 parents 2401b0e + 31d3e52 commit db545a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.dev.txt ]; then python -m pip install -r requirements.dev.txt; fi
pip install build
python -m pip install build
- name: Build package
run: python -m build
run: python -m build --no-isolation
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
2 changes: 1 addition & 1 deletion stuntcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Stuntcat the game
"""
__version__ = "0.2.2"
__version__ = "0.2.3"

from stuntcat import game

Expand Down

0 comments on commit db545a8

Please sign in to comment.