Skip to content

Commit

Permalink
debug: Release workflow debug on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 30, 2024
1 parent 4fdd1b0 commit 648ba31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- release # FIXME
# For manual debugging:
workflow_dispatch:
inputs:
Expand Down
4 changes: 3 additions & 1 deletion .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 @@ -62,7 +63,7 @@ jobs:
python3 setup.py sdist bdist_wheel
python3 binaries/build_wheels.py
# Put all the build outputs into one folder for upload together.
cp binaries/dist/* dist/
#cp binaries/dist/* dist/ # FIXME
- name: Check modules
run: |
Expand All @@ -82,3 +83,4 @@ jobs:
with:
verbose: true
attestations: true
repository-url: https://test.pypi.org/legacy/ # FIXME

0 comments on commit 648ba31

Please sign in to comment.