Skip to content

Commit

Permalink
Develop (#75)
Browse files Browse the repository at this point in the history
* fix: refactor pyproject.toml file, delete setup.cfg

* fix: refactor pyproject.toml file, delete setup.cfg

* fix: refactor pyproject.toml file, delete setup.cfg

* chore: update workflow file

* refactor codes (#73) (#74)

* fix: refactor pyproject.toml file, delete setup.cfg

* fix: refactor pyproject.toml file, delete setup.cfg

* fix: refactor pyproject.toml file, delete setup.cfg
  • Loading branch information
CaibinSh authored May 25, 2024
1 parent 830677b commit 4d4ea48
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
release:
if: ${{ github.event.label.name == 'semantic versioning' }}
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.33.2
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
repository_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 4d4ea48

Please sign in to comment.