We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd4a18 commit 4e95551Copy full SHA for 4e95551
1 file changed
.github/workflows/publish.yml
@@ -15,8 +15,6 @@ jobs:
15
- name: Install "build"
16
run: |
17
python -m pip install build
18
- - name: Build binary wheels and a source tarball
19
- run: ./make_dist.sh
20
- name: Store the distribution packages
21
uses: actions/upload-artifact@v4
22
with:
@@ -30,7 +28,7 @@ jobs:
30
28
runs-on: ubuntu-latest
31
29
environment:
32
name: pypi
33
- url: https://pypi.org/p/sounddevice
+ url: https://pypi.org/p/sfs
34
permissions:
35
id-token: write
36
steps:
0 commit comments