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 491de2b commit b97d70fCopy full SHA for b97d70f
.github/workflows/publish.yml
@@ -9,11 +9,6 @@ on:
9
jobs:
10
publish:
11
runs-on: ubuntu-latest
12
- environment:
13
- name: pypi
14
- url: https://pypi.org/p/open-text-embeddings
15
- permissions:
16
- id-token: write
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
@@ -34,3 +29,5 @@ jobs:
34
29
35
30
- name: Publish distribution to PyPI
36
31
uses: pypa/gh-action-pypi-publish@release/v1
32
+ with:
33
+ password: ${{ secrets.PYPI_API_TOKEN }}
RELEASE.md
@@ -1,3 +1,3 @@
1
1.0.2 released.
2
3
-Fixed "This filename has already been used, use a different version. See https://pypi.org/help/#file-name-reuse for more information."
+Unable to publish using trust publisher approach, use api token.
0 commit comments