Browse Source

Workflow syntax fix

test_fixup
Vadim Lebedev 2 years ago
parent
commit
bb934bb8ed
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/deploy.yml

+ 4
- 4
.github/workflows/deploy.yml View File

@@ -52,8 +52,8 @@ jobs:
name: artifact
path: dist

- name: Deploy wheels to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Deploy wheels to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

Loading…
Cancel
Save