Skip to content

Commit

Permalink
REVERT ME: Modify workflow for testing in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Jan 25, 2024
1 parent ded4134 commit 5ab3e22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

name: Upload Python Package

on:
release:
types: [published]
on: [push]
# release:
# types: [published]

jobs:
deploy:
Expand All @@ -23,9 +23,9 @@ jobs:
- name: Build a source distribution
run: python setup.py sdist

- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
# - name: Publish distribution 📦 to PyPI
# if: startsWith(github.ref, 'refs/tags')
# uses: pypa/gh-action-pypi-publish@master
# with:
# user: __token__
# password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 5ab3e22

Please sign in to comment.