Skip to content

Commit

Permalink
add Python package to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
msberends committed Nov 21, 2024
1 parent 87271d2 commit a80bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
cd data-raw/python_wrapper/AMR
cd PythonPackage/AMR
python -m twine upload dist/*
# for test server:
# python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

0 comments on commit a80bb51

Please sign in to comment.