Skip to content

Commit

Permalink
Uncomment parts
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 3, 2024
1 parent 6dd6047 commit d47aa3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Wheels

on:
push:
# tags:
# - "*"
tags:
- "*"

jobs:
build_sdist:
Expand Down Expand Up @@ -71,6 +71,6 @@ jobs:
with:
name: artifact
path: dist
# - uses: pypa/gh-action-pypi-publish@master
# with:
# password: ${{ secrets.PYPI_TOKEN }}
- uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit d47aa3a

Please sign in to comment.