Skip to content

Commit

Permalink
Update publish_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Mar 24, 2022
1 parent a93d1d0 commit efbf212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Build a binary wheel and a source tarball
run: |
pip install build
python -m build --sdist --wheel --outdir global_chem/dist/ .
cd global_chem
python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit efbf212

Please sign in to comment.