Skip to content

Commit

Permalink
- adjusting to latest packaging scripts;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 1, 2024
1 parent ac9b20f commit 8a116ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: build it
run: |
python3 -m pip install build wheel twine virtualenv
python3 -m build --wheel
python3 -m pip install build twine
python3 -m build
- name: Non-release (dev) upload
if: github.event_name != 'release'
Expand Down

0 comments on commit 8a116ee

Please sign in to comment.