Skip to content

Commit

Permalink
🔧 Remove condition from publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
opacam committed Apr 26, 2020
1 parent 1ab1250 commit a776c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build-n-publish:
name: Build and publish Cohen3🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-18.04
if: startsWith(github.event.ref, 'refs/tags') && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand Down

0 comments on commit a776c5d

Please sign in to comment.