Skip to content

Commit

Permalink
remove the prerelease component of the version since we don't use tha…
Browse files Browse the repository at this point in the history
…t for internal pypi
  • Loading branch information
mikealfare committed Oct 22, 2024
1 parent 01c4eb7 commit 6662858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- id: package
run: echo "version=$(hatch version)" >> $GITHUB_OUTPUT
run: |
hatch version release # strip the pre-release off since we don't use that internally
echo "version=$(hatch version)" >> $GITHUB_OUTPUT
working-directory: ./${{ inputs.package }}
- id: published
run: |
Expand Down

0 comments on commit 6662858

Please sign in to comment.