We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d6767 commit a730a55Copy full SHA for a730a55
1 file changed
.github/workflows/python-publish.yml
@@ -14,15 +14,9 @@ on:
14
types: [published]
15
16
jobs:
17
- pypi-publish:
18
- name: Upload release to PyPI
+ build:
19
runs-on: ubuntu-latest
20
- environment:
21
- name: pypi
22
- url: https://pypi.org/project/dataall-core/
23
- permissions:
24
- id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
25
steps:
26
- # retrieve your distributions here
27
- - name: Publish package distributions to PyPI
28
- uses: pypa/gh-action-pypi-publish@release/v1
+ - uses: actions/checkout@v3
+ - name: Build and publish to pypi
+ uses: JRubics/poetry-publish@v2.1
0 commit comments