Skip to content

Commit 4e95551

Browse files
committed
Update publish.yml
prep for sfs
1 parent fdd4a18 commit 4e95551

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- name: Install "build"
1616
run: |
1717
python -m pip install build
18-
- name: Build binary wheels and a source tarball
19-
run: ./make_dist.sh
2018
- name: Store the distribution packages
2119
uses: actions/upload-artifact@v4
2220
with:
@@ -30,7 +28,7 @@ jobs:
3028
runs-on: ubuntu-latest
3129
environment:
3230
name: pypi
33-
url: https://pypi.org/p/sounddevice
31+
url: https://pypi.org/p/sfs
3432
permissions:
3533
id-token: write
3634
steps:

0 commit comments

Comments
 (0)