Skip to content

Commit

Permalink
Update tagged_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna-Shalamitskaya-EPAM authored Feb 19, 2024
1 parent bd654e8 commit 24882c6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
poetry run download-samm-release
poetry build
- name: run tests
run: |
cd core/esmf-aspect-meta-model-python
poetry run tox -e py310
# - name: run tests
# run: |
# cd core/esmf-aspect-meta-model-python
# poetry run tox -e py310

- name: run code style checks
run: |
cd core/esmf-aspect-meta-model-python
poetry run tox -e pep8
# - name: run code style checks
# run: |
# cd core/esmf-aspect-meta-model-python
# poetry run tox -e pep8

create_and_publish_release:
name: Create tagged release
Expand Down Expand Up @@ -134,6 +134,7 @@ jobs:
- name: Create a release branch
run: |
gut status
git add documentation/python-sdk-guide/antora.yml
git add core/esmf-aspect-meta-model-python/pyproject.toml
git commit -m "Release version ${{steps.ESMF_version.outputs.EsmfVersion}}."
Expand Down Expand Up @@ -175,5 +176,5 @@ jobs:
poetry install
poetry run download-samm-release
poetry build
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
# poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
# poetry publish

0 comments on commit 24882c6

Please sign in to comment.