Skip to content

Commit

Permalink
Chore: Update release wf (#161)
Browse files Browse the repository at this point in the history
* Chore: Bump version in pyproject.toml (#160)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Chore: Update release workflow

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 0c4c8ed commit 955c804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4
uses: pdm-project/setup-pdm@v4.1

- name: 'Setup Python 3.10'
uses: actions/[email protected]
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
rm dist/*.sig*
- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4
uses: pdm-project/setup-pdm@v4.1

- name: 'Publish release to PyPI'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "osc-transformer-presteps"
version = "0.1.3"
version = "0.1.4"
description = "OS-Climate Data Extraction Tool"
authors = [
{name = "David Besslich", email = "[email protected]"},
Expand Down

0 comments on commit 955c804

Please sign in to comment.