Skip to content

Commit

Permalink
Merge branch 'dev' into rly-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 22, 2024
2 parents cb9700e + dd39d0e commit 70c445c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
python -m pip install --upgrade build
- name: Build package
run: python setup.py sdist bdist_wheel
run: python -m build
- name: pypi-publish
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 70c445c

Please sign in to comment.