Skip to content

Commit

Permalink
Merge pull request #32 from ur-whitelab/chemspace-tools
Browse files Browse the repository at this point in the history
fix build workflow
  • Loading branch information
doncamilom authored Mar 13, 2024
2 parents aed5e07 + 60a3529 commit d54ae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@main
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d54ae6d

Please sign in to comment.