-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix release CI #165
Merged
Merged
fix: fix release CI #165
Changes from 13 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c8e058f
test fix release CI
SunsetWolf 6e785fa
test fix release CI
SunsetWolf f2ab3bb
test fix release CI
SunsetWolf 3e00d84
test fix release CI
SunsetWolf f11563e
test fix release CI
SunsetWolf c6e277b
test fix release CI
SunsetWolf 7d1a19d
test fix release CI
SunsetWolf f3c6693
test fix release CI
SunsetWolf 5e214e0
remove bump2version from release CI
SunsetWolf b6a3d70
change code
SunsetWolf 161d728
split release CI
SunsetWolf b93ddd7
format with toml-sort
SunsetWolf 2212a39
change triggers
SunsetWolf 2814117
Update pyproject.toml
you-n-g 6a1e11a
optimize code
SunsetWolf 0f585f6
fix sort-toml error
SunsetWolf 1195bfb
merge release & upload
SunsetWolf f65027f
fix release error
SunsetWolf 72ef879
test release ci
SunsetWolf fe4a7a7
test release ci
SunsetWolf f6be1c8
test release ci
SunsetWolf b0c517e
test release ci
SunsetWolf a03546a
test release ci
SunsetWolf e605c13
test release ci
SunsetWolf af70edc
test release ci
SunsetWolf 33350fc
test release ci
SunsetWolf 3bfbbd8
test release ci
SunsetWolf 2b8aa67
test release ci
SunsetWolf eea7af1
test release ci
SunsetWolf ae2950d
test release ci
SunsetWolf e089bf4
test release ci
SunsetWolf c136b03
test release ci
SunsetWolf 836e31d
test release ci
SunsetWolf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -67,4 +67,4 @@ on: | |
- synchronize | ||
push: | ||
branches: | ||
- main | ||
- main |
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
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Package and upload to pypi | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
# package: | ||
# if: | | ||
# startsWith(github.event.pull_request.title, 'chore(main): release') | ||
# needs: release | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - name: Set up Python | ||
# uses: actions/setup-python@v5 | ||
# with: | ||
# cache: pip | ||
# python-version: '3.10' | ||
# - run: env | sort | ||
# - run: make dev | ||
# - run: make build | ||
# - env: | ||
# TWINE_USERNAME: __token__ | ||
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} | ||
# run: | | ||
# make upload |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove version |
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
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
build | ||
setuptools-scm | ||
twine | ||
wheel |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patch, minor, major