Skip to content

Commit

Permalink
update PyPI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler authored Jan 17, 2025
1 parent a2ed814 commit 5df60ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_on_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ on:

jobs:
publish_on_pypi:
uses: MannLabs/alphashared/.github/workflows/publish_on_pypi.yml@v1.0.0
uses: MannLabs/alphashared/.github/workflows/publish_on_pypi.yml@dev0
with:
# see the documentation of the workflow for more information on the parameters
package_name: py-lmd
src_folder: src/lmd
tag_to_release: ${{ inputs.tag_to_release }}
only_testpypi_release: true
import_name: "lmd"
secrets:
test_pypi_api_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 5df60ad

Please sign in to comment.