Skip to content

Commit

Permalink
ci: Update version before building
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jan 28, 2025
1 parent df68866 commit af785a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
- name: Build a binary wheel and a source tarball
run: |
python3 -m build
echo "Using version $PKG_VERSION_STRICT"
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" xml2rfc/__init__.py
python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit af785a8

Please sign in to comment.