Skip to content

Commit

Permalink
Move if back to top
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Sep 19, 2024
1 parent f02d22b commit 5effa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
environment: release-test-pypi
runs-on: ubuntu-latest
needs: build-package
if: github.repository_owner == 'conda-incubator' && github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
strategy:
Expand All @@ -72,7 +73,6 @@ jobs:

- name: "Upload package to Test PyPI"
uses: pypa/gh-action-pypi-publish@release/v1
if: github.repository_owner == 'conda-incubator' && github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
repository-url: https://test.pypi.org/legacy/
print-hash: true
Expand Down

0 comments on commit 5effa8a

Please sign in to comment.