Skip to content

Commit

Permalink
Merge pull request #223 from MannLabs/update_release_workflow
Browse files Browse the repository at this point in the history
upgrade release workflow
  • Loading branch information
mschwoer authored Dec 10, 2024
2 parents 27d59fb + 0bddcf0 commit 4a4a6a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_on_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ on:

jobs:
publish_on_pypi:
uses: MannLabs/alphashared/.github/workflows/publish_on_pypi.yml@v0
uses: MannLabs/alphashared/.github/workflows/publish_on_pypi.yml@v1
with:
# see the documentation of the workflow for more information on the parameters
package_name: peptdeep
tag_to_release: ${{ inputs.tag_to_release }}
python_version: 3.9
use_pyproject_toml: true
only_testpypi_release: true
secrets:
test_pypi_api_token: ${{ secrets.TEST_PYPI_PEPTDEEP_API_TOKEN }}
pypi_api_token: ${{ secrets.PYPI_PEPTDEEP_API_TOKEN }}

0 comments on commit 4a4a6a0

Please sign in to comment.