Skip to content

Commit

Permalink
wip: force testrun
Browse files Browse the repository at this point in the history
  • Loading branch information
markxoe committed Jun 24, 2024
1 parent f8f7d83 commit 49330ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish to PyPI 📦

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

jobs:
publish-pypi:
Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build package
run: python -m build

- name: Publish package to PyPi
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
# - name: Publish package to PyPi
# uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 49330ae

Please sign in to comment.