Skip to content

Commit

Permalink
Revert to deprecated way of building packages (#193)
Browse files Browse the repository at this point in the history
znerol authored Nov 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a99b4b3 commit b1cdafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --yes python3-build python3-venv
sudo apt-get install --yes python3-setuptools python3-wheel
- name: Build
run: |
python3 -m build
python3 setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
with:

0 comments on commit b1cdafa

Please sign in to comment.