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 a6d77ad commit 86dfc05Copy full SHA for 86dfc05
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
azure
43
44
[azure]
45
- repository: https://pkgs.dev.azure.com/${{ secrets.AZURE_ORG }}/${{ secrets.AZURE_PROJECT }}/_packaging/${{ secrets.AZURE_FEED }}/pypi/upload/
+ repository: https://pkgs.dev.azure.com/${{ secrets.AZURE_FEED }}/_packaging/${{ secrets.AZURE_FEED }}/pypi/upload/
46
username: ${{ secrets.AZURE_USERNAME }}
47
password: ${{ secrets.AZURE_ARTIFACTS_PAT }}
48
EOF
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.2.7
2
+
3
+**Fix**: Fix artifact url
4
5
## 1.2.6
6
7
**Publish to both pypi and artifacts**
unstructured_ingest/__version__.py
@@ -1 +1 @@
-__version__ = "1.2.6" # pragma: no cover
+__version__ = "1.2.7" # pragma: no cover
0 commit comments