Skip to content

Commit

Permalink
👷 Updat Pypa version to v1/release
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPerrier committed Jan 15, 2024
1 parent e560ca1 commit c99df35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to Pypi
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # regex to match semantic versioning tags
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+" # regex to match semantic versioning tags

jobs:
main_ci:
Expand All @@ -23,7 +23,7 @@ jobs:
python -m pip install -U pip build
python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c99df35

Please sign in to comment.