Skip to content

Commit

Permalink
Merge pull request #248 from rhysnewell/pep-625-fix
Browse files Browse the repository at this point in the history
Pep 625 fix
  • Loading branch information
rhysnewell authored Feb 10, 2025
2 parents ba28c68 + 82723ce commit e369fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: >-
python setup.py sdist
mv dist/aviary-genome-*.tar.gz dist/aviary_genome-${{ env.RELEASE_VERSION }}.tar.gz
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -49,4 +50,4 @@ jobs:
automatic_release_tag: "${{ env.RELEASE_VERSION }}"
title: "${{ env.RELEASE_VERSION }}"
files: |
dist/aviary-genome-*.tar.gz
dist/aviary_genome-${{ env.RELEASE_VERSION }}.tar.gz

0 comments on commit e369fa3

Please sign in to comment.