Skip to content

Commit

Permalink
Merge pull request #6 from Human-Geomonitor/dev
Browse files Browse the repository at this point in the history
Update publish-pypi.yml
  • Loading branch information
David-GERARD authored Jul 25, 2024
2 parents d29836c + 0c3cd80 commit e112d30
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Change Package Version in docs/source/conf.py and pyproject.toml
run: |
python update_version.py
- name: Build release distributions
run: |
Expand Down Expand Up @@ -105,13 +109,6 @@ jobs:
url: https://pypi.org/project/pydtm/

steps:

- name: Checkout code
uses: actions/checkout@v2

- name: Change Package Version in docs/source/conf.py and pyproject.toml
run: |
python update_version.py

- name: Retrieve release distributions
uses: actions/download-artifact@v4
Expand Down

0 comments on commit e112d30

Please sign in to comment.