Skip to content

Commit

Permalink
testing automatic publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpastor97 committed Jun 1, 2022
1 parent 9e56c7a commit 73f8c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- "main"
- "demo"
pull_request:
branches:
- "main"
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Publish package to PyPI
if: github.repository == 'ProLint/ufcc' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') #github.repository == 'ProLint/ufcc' &&
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit 73f8c32

Please sign in to comment.