We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5639dd commit cfa0e37Copy full SHA for cfa0e37
.github/workflows/release_to_pypi.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
environment:
38
name: pypi
39
- url: https://pypi.org/p/oasisis
+ url: https://pypi.org/p/oasisabm
40
permissions:
41
id-token: write # IMPORTANT: mandatory for trusted publishing
42
steps:
@@ -46,4 +46,4 @@ jobs:
46
name: python-package-distributions
47
path: dist/
48
- name: Publish distribution 📦 to PyPI
49
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments