Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Oct 27, 2023
1 parent 3a02988 commit a506ffb
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ defaults:
jobs:
runpypi:
runs-on: ubuntu-latest
environment: deploy
environment:
name: deploy
url: https://pypi.org/p/mda-xdrlib
permissions:
id-token: write
strategy:
fail-fast: false
steps:
Expand All @@ -37,7 +41,11 @@ jobs:

runtestpypi:
runs-on: ubuntu-latest
environment: deploy
environment:
name: deploy
url: https://test.pypi.org/p/mda-xdrlib
permissions:
id-token: write
strategy:
fail-fast: false
steps:
Expand All @@ -56,7 +64,11 @@ jobs:

runtestpypi_griddataformats:
runs-on: ubuntu-latest
environment: deploy
environment:
name: deploy
url: https://test.pypi.org/p/GridDataFormats
permissions:
id-token: write
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit a506ffb

Please sign in to comment.