Skip to content

Commit

Permalink
Fixes delphix#340: Github action not working for new release branch (d…
Browse files Browse the repository at this point in the history
…elphix#346)

* Update version formats for official release

* Update test to look for new version

* Use 1.5.0 release of dvp-api

* Github Workflow needs to be updated for new release branch delphix#342
  • Loading branch information
mothslaw authored and ankursarin committed Sep 13, 2021
1 parent 2e259c9 commit 931c923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
branches:
- master
- develop
- 'release/**'
- release
paths:
- 'dvp/src/main/python/dlpx/virtualization/VERSION'
- '.github/workflows/publish-python-packages.yml'

jobs:
publish:
Expand Down Expand Up @@ -39,4 +40,3 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 931c923

Please sign in to comment.