Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
LennP committed Jan 27, 2024
1 parent eb6e50a commit 8cf8c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.release_version.outputs.VERSION }}/g" setup.py

- name: Build package
run: python setup.py sdist bdist_wheel
run: python setup.py sdist

- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 8cf8c27

Please sign in to comment.