Skip to content

Commit

Permalink
Remove --
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 13, 2023
1 parent 0790f86 commit 51889fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ jobs:
- name: View scenarios
run: |
poetry run -- packse view scenarios/**/*.json
poetry run packse view scenarios/**/*.json
- name: Build scenarios
run: |
poetry run -- packse build scenarios/**/*.json
poetry run packse build scenarios/**/*.json
- name: Publish scenarios
env:
TWINE_NON_INTERACTIVE: 1
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
run: |
poetry run -- packse publish --skip-existing dist/*
poetry run packse publish --skip-existing dist/*

0 comments on commit 51889fe

Please sign in to comment.