We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93841f8 commit 8a222f1Copy full SHA for 8a222f1
.github/workflows/production-publish.yml
@@ -33,10 +33,10 @@ jobs:
33
- name: Mask API Token
34
run: echo "::add-mask::$PYPI_API_TOKEN"
35
36
- - name: Publish to TestPyPI
+ - name: Publish to PyPI
37
working-directory: packages/markitdown # Change to the correct directory
38
env:
39
- TEST_PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
40
run: |
41
python -m twine upload --repository pypi dist/* \
42
--username __token__ --password $PYPI_API_TOKEN
0 commit comments