Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxi0830 committed Jan 9, 2025
1 parent a4de45c commit 7344da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Assuming your version is in setup.py or pyproject.toml
sed -i 's/version="\([^"]*\)"/version="\1.dev${{ steps.date.outputs.date }}"/' setup.py
- name: Update version for manual RC
if: github.event_name == 'push'
if: github.event_name == 'workflow_dispatch'
run: |
sed -i 's/version="\([^"]*\)"/version="\1rc${{ inputs.rc_version }}"/' setup.py
- name: Set up Python
Expand Down

0 comments on commit 7344da5

Please sign in to comment.