Skip to content

Commit

Permalink
Add skip_dependencies in dev-release.yaml (#21)
Browse files Browse the repository at this point in the history
* Install poetry without installing dependencies in job template

* Fix versions of actions

* Self-reivew fix
  • Loading branch information
s-vitaliy authored Oct 12, 2022
1 parent 8ceb2f8 commit 17e2e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
pypi_repo_url: ${{ secrets.AZOPS_PYPI_REPO_URL }}
pypi_token_username: ${{ secrets.AZOPS_PAT_USER }}
pypi_token: ${{ secrets.AZOPS_PAT }}
skip_dependencies: true
- name: Create package
uses: SneaksAndData/github-actions/[email protected]
with:
Expand Down

0 comments on commit 17e2e23

Please sign in to comment.