Skip to content

Commit

Permalink
ci: temporarily test on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 5, 2023
1 parent 8c84f8b commit b410cc1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/package-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
VERSION=dev.$(git rev-parse --short ${{ github.sha }})
echo Version: $VERSION
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Create unique dev package version
uses: python-semantic-release/[email protected]
with:
changelog: 'false'
commit: 'false'
vcs_release: 'false'
build_metadata: ${{ env.VERSION }}
# - name: Create unique dev package version
# uses: python-semantic-release/[email protected]
# with:
# changelog: 'false'
# commit: 'false'
# vcs_release: 'false'
# build_metadata: ${{ env.VERSION }}
- uses: hynek/[email protected]
id: build-pkg
- name: Upload package to Test PyPI
Expand Down

0 comments on commit b410cc1

Please sign in to comment.