Skip to content

Commit

Permalink
Do not attempt to print version during release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina-otoge committed May 15, 2024
1 parent 2d5d449 commit 63dc03a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -33,7 +35,6 @@ jobs:
env:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ inputs.version_name }}
run: |
python -c 'import src.sssimp; print(src.sssimp.__version__)'
python -m pip install --upgrade pip
pip install build
python -m build
Expand Down

0 comments on commit 63dc03a

Please sign in to comment.