Skip to content

Commit

Permalink
Merge pull request #5 from AbsaOSS/Release/1.3.1
Browse files Browse the repository at this point in the history
Release/1.3.1
  • Loading branch information
MDobransky authored Jul 15, 2024
2 parents 0fe618c + b6c18c8 commit 09f950f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ env:

jobs:
publish:
environment: pypi
environment:
name: pypi
url: https://pypi.org/p/rialto
permissions:
id-token: write
runs-on: ubuntu-20.04
steps:
- name: Checkout Rialto
Expand All @@ -26,10 +30,10 @@ jobs:
poetry-version: 1.5.1

- name: Install dependencies
run: |
poetry install
run: poetry install

- name: Build and publish the wheel to jfrog
run: |
poetry build
twine upload dist/*
- name: Build the wheel
run: poetry build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 09f950f

Please sign in to comment.