Skip to content

Commit

Permalink
Merge branch 'mainline' into broken-links
Browse files Browse the repository at this point in the history
  • Loading branch information
hallogameboy authored Feb 1, 2024
2 parents 2c58370 + 951ed33 commit b8d053f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
if [[ "${{ github.event_name }}" == "push" ]] && \
[[ "${{ github.event.ref }}" =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo ::set-output name=match::true
echo "match=true" >> $GITHUB_OUTPUT
fi
- name: Upload to PyPI
Expand Down

0 comments on commit b8d053f

Please sign in to comment.