Skip to content

Commit

Permalink
License and automated release
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 27, 2025
1 parent c5c08fd commit 2a9d0ef
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,18 @@ jobs:
# steps:
# - uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
#- name: Setup Python
# uses: actions/setup-python@v5
# with:
# python-version: '3.12'

- name: Install hatch
run: |
pip install hatch
#- name: Install hatch
# run: |
# pip install hatch

- name: Build package
run: |
echo "Environment ${{ env.tag }}"
sed -i "s/0.0.0/${{ steps.tag_version.outputs.tag }}/" pyproject.toml
# Constructs the dist folder
hatch build
Expand Down

0 comments on commit 2a9d0ef

Please sign in to comment.