Skip to content

Commit

Permalink
Merge branch 'master' into feature/preliminary_3.13_support
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimarj committed Sep 11, 2024
2 parents c04bfb0 + 2364f9c commit 1776fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ jobs:
CIBW_ARCHS: "auto64"

- name: Build sdist
if: ${{ matrix.os == 'ubuntu-latest' }}
run: ./build-sdist.sh

- name: List wheels
run: ls -l ./wheelhouse

- name: Upload
if: github.ref == 'refs/heads/master'
if: ${{ github.ref_name == 'master' }}
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:

- name: Test
run: |
python3 -m pip install -U pip;
python3 -m pip install .;
python3 -m pip install -U pip
python3 -m pip install .

0 comments on commit 1776fdc

Please sign in to comment.