Skip to content

Commit

Permalink
Remove environment.url section from the publish-to-pypi workflow.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718984626
  • Loading branch information
lukmaz authored and The Meridian Authors committed Jan 23, 2025
1 parent dba2ebd commit 396339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/google-meridian
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand All @@ -102,6 +101,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
attestations: false

publish-to-testpypi:
name: Publish Python distribution to TestPyPI
Expand Down

0 comments on commit 396339f

Please sign in to comment.