Skip to content

Commit

Permalink
πŸ’š Fix publish-package step order
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt authored Jul 22, 2022
1 parent 6912fa9 commit 6972a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: publish-package
run: poetry publish --build

- name: config-pypi
run: poetry config pypi-token.pypi $WANDBFSSPEC_PYPI_TOKEN
env:
WANDBFSSPEC_PYPI_TOKEN: ${{ secrets.WANDBFSSPEC_PYPI_TOKEN }}
WANDBFSSPEC_PYPI_TOKEN: ${{ secrets.WANDBFSSPEC_PYPI_TOKEN }}

- name: publish-package
run: poetry publish --build

0 comments on commit 6972a4c

Please sign in to comment.