Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Mar 2, 2024
1 parent 11a2c75 commit 7049115
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
python-version: 3.8
poetry-version: 1.2.2

- name: Change to distribution name in toml file
run: |
cd specsanalyzer
sed -i 's/name = "specsanalyzer"/name = "specsanalyzer"/' pyproject.toml
- name: bump pre-release version
id: version
working-directory: specsanalzer
Expand Down Expand Up @@ -72,6 +77,11 @@ jobs:
python-version: 3.8
poetry-version: 1.2.2

- name: Change to distribution name in toml file
run: |
cd specsanalyzer
sed -i 's/name = "specsanalyzer"/name = "specsanalyzer"/' pyproject.toml
- name: Bump release version and build
id: version
working-directory: specsanalyzer
Expand Down

0 comments on commit 7049115

Please sign in to comment.