Skip to content

Commit

Permalink
WI{
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydobbs committed Feb 1, 2025
1 parent f5c9010 commit 746a760
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Check SCM Version
run: |
python -c "from setuptools_scm import get_version; print(f'Detected version: {get_version()}')"
python -c "import os; print(f'Current directory: {os.getcwd()}'); print(f'Files: {os.listdir()}')"
git describe --tags
- name: Build release distributions
run: python -m build
Expand Down Expand Up @@ -56,3 +58,6 @@ jobs:

- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
print-hash: true

0 comments on commit 746a760

Please sign in to comment.