Skip to content

Commit

Permalink
Do not publish sdist to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
priitlatt committed Sep 20, 2024
1 parent 906eac1 commit 4662a58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@ workflows:
dist/codemagic*.tar.gz
rm dist/codemagic_cli_tools-latest-py3-none-any.whl
- name: Publish release to PyPI
script: poetry publish --username "__token__" --password "${PYPI_TOKEN:?}"
script: |
rm dist/codemagic_cli_tools-*.tar.gz
poetry publish --username "__token__" --password "${PYPI_TOKEN:?}"
artifacts: *artifacts

0 comments on commit 4662a58

Please sign in to comment.