-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: temporarily test on pull request
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|