Skip to content

Commit

Permalink
debug: Release to testpypi from release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 29, 2024
1 parent 5418196 commit 644745c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release # FIXME

jobs:
release:
Expand Down Expand Up @@ -63,8 +64,8 @@ jobs:
- name: Publish modules
run: |
python3 -m twine upload dist/*
python3 -m twine upload binaries/dist/*
python3 -m twine upload --repository testpypi dist/* # FIXME
python3 -m twine upload --repository testpypi binaries/dist/* # FIXME
- name: Attach main module to release
uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2
Expand Down

0 comments on commit 644745c

Please sign in to comment.