Skip to content

Commit

Permalink
ci: fix formatting of yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Aug 12, 2024
1 parent 1303dda commit 269cfc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manual_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.8.3

- name: Install dependencies
run: poetry install

- name: Build package distribution directory
id: build_dist
run: make build_package

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
publish_legacy:
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
run: poetry install

- name: Build package distribution directory
id: build_dist
run: make build_package

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 269cfc0

Please sign in to comment.