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 939c5bb commit c483b18Copy full SHA for c483b18
.github/workflows/build.yml
@@ -33,11 +33,4 @@ jobs:
33
SF_CONSUMER_KEY: ${{ secrets.SF_CONSUMER_KEY }}
34
SF_PRIVATE_KEY: ${{ secrets.SF_PRIVATE_KEY }}
35
SF_USERNAME: ${{ secrets.SF_USERNAME }}
36
-
37
- - name: Build package
38
- run: python -m build
39
- - name: Publish package
40
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
41
- with:
42
- user: __token__
43
- password: ${{ secrets.PYPI_API_TOKEN }}
+
0 commit comments