Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Feb 19, 2024
1 parent dd79322 commit 9132aba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Poetry
run: |
# TODO(eng/recordflux/RecordFlux#1531): Remove installation of Poetry (and remove caching)
pipx install poetry==${{ env.POETRY_VERSION }}
pipx inject poetry poetry-dynamic-versioning==${{ env.POETRY_DYNAMIC_VERSIONING_VERSION }}
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -29,7 +24,6 @@ jobs:
3.9
3.10
3.11
cache: poetry
- name: Install Alire
uses: alire-project/setup-alire@v2
with:
Expand All @@ -42,8 +36,7 @@ jobs:
run: |
eval `make printenv_gnat`
gnat --version
# TODO(eng/recordflux/RecordFlux#1531): Remove explicit initialization
make init pypi_dist
make pypi_dist
- name: Store distribution packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9132aba

Please sign in to comment.