Skip to content

Commit

Permalink
Fixed flag error.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 10, 2024
1 parent e0df78a commit 50e998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
with:
python-version: 3.8
- run: python -m pip install build
- run: python -m build --sdist/ --wheel
- run: python -m build --sdist --wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

Expand Down

0 comments on commit 50e998d

Please sign in to comment.