We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538d710 commit 8c9f99eCopy full SHA for 8c9f99e
1 file changed
.github/workflows/release.yml
@@ -10,13 +10,18 @@ jobs:
10
deploy:
11
name: Deploy to PYPI
12
runs-on: ubuntu-latest
13
+ environment:
14
+ name: pypi
15
+ url: https://pypi.org/project/metar-taf-parser-mivek/
16
+ permissions:
17
+ id-token: write
18
steps:
19
- uses: actions/checkout@v4
20
21
- name: Set up Python
22
uses: actions/setup-python@v5
23
with:
- python-version: '3.7'
24
+ python-version: '3.11'
25
26
- name: Install dependencies
27
run: |
@@ -28,6 +33,4 @@ jobs:
28
33
python -m build --sdist --wheel --outdir dist/
29
34
30
35
- name: Publish to PyPI
31
- uses: pypa/gh-action-pypi-publish@master
32
- with:
- password: ${{ secrets.PYPI_PASSWORD }}
36
+ uses: pypa/gh-action-pypi-publish@v1.8.11
0 commit comments