Skip to content

Commit

Permalink
Remove access token reference for PyPI (#1350)
Browse files Browse the repository at this point in the history
We have changed authentication methods for PyPI to a more secure
approach, so we no longer have to store an access token in GitHub
secrets. This removes the in-code references so we can delete
the secrets themselves.
  • Loading branch information
tlento authored Jul 26, 2024
1 parent 08016ac commit 19ecaeb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd-push-metricflow-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ jobs:

- name: Hatch Publish `metricflow`
run: hatch build && hatch publish
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 19ecaeb

Please sign in to comment.