Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ManicJamie committed Jan 1, 2024
1 parent 0d110d2 commit c876da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
env:
srcpy-version: ${{github.event.release.tag_name}}
uses: actions/setup-python@v3
with:
python-version: '3.x'
Expand All @@ -33,6 +31,8 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
env:
srcpy-version: ${{github.event.release.tag_name}}
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down

0 comments on commit c876da0

Please sign in to comment.