Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc authored Dec 4, 2023
1 parent bf4f253 commit d6dea5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
allow-no-subscriptions: true

- name: Fetch secrets
uses: azure/CLI@v1
Expand All @@ -61,4 +61,4 @@ jobs:
run: |
poetry config pypi-token.pypi ${{ env.PYPI_TOKEN }}
poetry build
poetry publish
poetry publish

0 comments on commit d6dea5c

Please sign in to comment.