Skip to content

Commit

Permalink
Merge branch 'main' into fix/bgp_modules_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Dec 24, 2024
2 parents 59cfe5e + 891b8ba commit a61274d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ on:

jobs:
pypi:
name: Publish version to Pypi servers
name: Publish Python 🐍 distribution 📦 to PyPI
runs-on: ubuntu-latest
environment:
name: production
url: https://pypi.org/p/anta
permissions:
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -19,11 +24,8 @@ jobs:
- name: Build package
run: |
python -m build
- name: Publish package to Pypi
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

release-coverage:
name: Updated ANTA release coverage badge
Expand Down

0 comments on commit a61274d

Please sign in to comment.