Skip to content

Commit

Permalink
fix: process
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Feb 6, 2022
1 parent edd7202 commit 35f5e39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,13 @@ jobs:
make generate-paths
- name: Publish distribution 📦 to Test PyPI
env:
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_GUAKE: ${{ $(echo $GITHUB_REF_NAME) }}
uses: pypa/gh-action-pypi-publish@master
with:
verify_metadata: false
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
env:
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_GUAKE: ${{ $(echo $GITHUB_REF_NAME) }}
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 35f5e39

Please sign in to comment.