Skip to content

Commit

Permalink
Use a PyPI-approved version suffix for pre-release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jan 7, 2022
1 parent 91b9061 commit cd79299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
if: startsWith(github.ref, 'refs/heads/prepare-')
shell: bash
run: |
scripts/update-version.sh "$(scripts/update-version.sh --get)-${{ github.run_id }}"
scripts/update-version.sh "$(scripts/update-version.sh --get)-rc${{ github.run_id }}"
- name: Install the prelude
shell: bash
Expand Down

0 comments on commit cd79299

Please sign in to comment.