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 e985036 commit 4402bc8Copy full SHA for 4402bc8
.github/workflows/publish.yml
@@ -20,13 +20,13 @@ jobs:
20
- name: Checkout repo
21
uses: actions/checkout@v6
22
23
- - name: Upload ignition-api to PyPI
+ - name: Upload java-api to PyPI
24
uses: coatl-dev/actions/pypi-upload@v5
25
with:
26
password: ${{ secrets.PYPI_API_TOKEN_JAVA_API_PKG }}
27
working-directory: java-api
28
29
- - name: Upload ignition-api-stubs to PyPI
+ - name: Upload java-api-stubs to PyPI
30
31
32
python-version: '3.12'
0 commit comments