Skip to content

Commit 8a222f1

Browse files
Update production-publish.yml
1 parent 93841f8 commit 8a222f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Mask API Token
3434
run: echo "::add-mask::$PYPI_API_TOKEN"
3535

36-
- name: Publish to TestPyPI
36+
- name: Publish to PyPI
3737
working-directory: packages/markitdown # Change to the correct directory
3838
env:
39-
TEST_PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
39+
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
4040
run: |
4141
python -m twine upload --repository pypi dist/* \
4242
--username __token__ --password $PYPI_API_TOKEN

0 commit comments

Comments
 (0)