Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kochelmonster authored Dec 29, 2024
1 parent 128f5c7 commit a2d8ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python to TestPypi
name: Publish Python to Pypi
on: workflow_dispatch
jobs:
publish-to-pypi:
Expand All @@ -7,7 +7,7 @@ jobs:

environment:
name: pypi
url: https://test.pypi.org/p/larch-pickle
url: https://pypi.org/p/larch-pickle

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand All @@ -30,7 +30,7 @@ jobs:
regex: true
target: "dist/"

- name: Publish distribution 📦 to TestPyPI
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
Expand Down

0 comments on commit a2d8ea6

Please sign in to comment.