Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenclouston committed Nov 20, 2023
1 parent ec55feb commit 44957ed
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
run: |
echo "VERSION=${{ env.BASE_VERSION }}.$(git rev-parse --short HEAD)" >> $GITHUB_ENV
python3 -m build --version ${{ env.VERSION }}
# Store testing artifacts
- uses: actions/upload-artifact@v3
with:
name: python-package-distributions-testing
path: dist/
- uses: actions/upload-artifact@v3
with:
name: python-package-distributions-testing
path: dist/

publish-to-pypi:
name: >-
Expand Down

0 comments on commit 44957ed

Please sign in to comment.