diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-27 10:21:26 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-27 10:21:26 +0200 |
| commit | 8b2312799f46359ac78f3b011dc758c45518e9e1 (patch) | |
| tree | ff2701427c1cd351c9c5c0ffd344c7dfdb604cae | |
| parent | 4c06252077f1df3571a8e3a54b0acd0872f71fbf (diff) | |
| download | wheel-git-0.34.0.tar.gz | |
Fixed syntax for pep517.build0.34.0
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8b6f42..36aa281 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: pip install pep517 - name: Create packages - run: python -m pep517.build --source --binary --out-dir dist/ + run: python -m pep517.build --binary --source --out-dir dist/ . - name: Upload packages uses: pypa/gh-action-pypi-publish@v1.0.0a0 with: |
