We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2401b0e + 31d3e52 commit db545a8Copy full SHA for db545a8
.github/workflows/python-publish.yml
@@ -30,9 +30,9 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
if [ -f requirements.dev.txt ]; then python -m pip install -r requirements.dev.txt; fi
33
- pip install build
+ python -m pip install build
34
- name: Build package
35
- run: python -m build
+ run: python -m build --no-isolation
36
- name: Publish package
37
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
38
with:
stuntcat/__init__.py
@@ -1,7 +1,7 @@
1
"""
2
Stuntcat the game
3
4
-__version__ = "0.2.2"
+__version__ = "0.2.3"
5
6
from stuntcat import game
7
0 commit comments