Skip to content

Commit

Permalink
Remove pypi token from workflow (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Jan 18, 2024
1 parent 1d7e48e commit 413ef24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Upload release to PyPI

on:
push:
Expand Down Expand Up @@ -28,5 +28,3 @@ jobs:

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 413ef24

Please sign in to comment.