Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shreehari-aiplanet authored Oct 11, 2023
1 parent a387a1a commit 566c085
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
python-version: '3.x'

- name: Install Poetry and version plugin
run: ./assets/scripts/gh-actions/setup-poetry.sh

run: |
chmod +x ./assets/scripts/gh-actions/setup-poetry.sh
./assets/scripts/gh-actions/setup-poetry.sh
- name: Build and publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 566c085

Please sign in to comment.