Skip to content

Commit

Permalink
debug: Publish to test.pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 29, 2024
1 parent 9b6417a commit 7e7b7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
run: |
rm -rf build dist shaka_streamer.egg-info/
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
python3 -m twine upload --repository testpypi dist/*
- name: Publish binaries module
run: |
rm -rf binaries/dist binaries/shaka_streamer_binaries.egg-info
rm -f binaries/streamer_binaries/{ffmpeg-*,ffprobe-*,packager-*}
python3 binaries/build_wheels.py
python3 -m twine upload binaries/dist/*
python3 -m twine upload --repository testpypi binaries/dist/*

0 comments on commit 7e7b7eb

Please sign in to comment.