Skip to content

Commit

Permalink
Merge pull request #54 from certego/develop
Browse files Browse the repository at this point in the history
0.10.1
  • Loading branch information
0ssigeno authored Jan 4, 2023
2 parents 6122cf5 + 104f122 commit 4bf7f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
python -m pip install build --user
- name: Build a binary wheel and a source tarball
- name: Build a source tarball
run: |
python -m build --sdist --wheel --outdir dist/
python -m build --sdist --outdir dist/
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 4bf7f3e

Please sign in to comment.