Skip to content

Commit

Permalink
Merge pull request #5 from genesiscloud/fix/disable_master_to_pypi
Browse files Browse the repository at this point in the history
Temporarily disable automatic TestPyPi deployments
  • Loading branch information
Oz N Tiram committed Jul 9, 2020
2 parents c5ab5c8 + 153a904 commit 018dee0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/py-genesiscloud-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: Publish py-genesiscloud
needs: build_modules
# temporarily disable test deployments until pbr integration is done
if: github.event_name != 'pull_request'
if: github.event_name == 'release'
runs-on: ubuntu-18.04
steps:
- name: Fetch artifacts
Expand All @@ -64,7 +64,6 @@ jobs:

# Publish to PyPi in case a Github release is created
- name: Publish distribution 📦 to PyPI
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@v1.2.2
with:
password: ${{ secrets.pypi_token }}

0 comments on commit 018dee0

Please sign in to comment.