Skip to content

Commit 86dfc05

Browse files
improve artifacts url (#580)
I think I had the url wrong. This seems to match better what is in Artifacts
1 parent a6d77ad commit 86dfc05

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
azure
4343
4444
[azure]
45-
repository: https://pkgs.dev.azure.com/${{ secrets.AZURE_ORG }}/${{ secrets.AZURE_PROJECT }}/_packaging/${{ secrets.AZURE_FEED }}/pypi/upload/
45+
repository: https://pkgs.dev.azure.com/${{ secrets.AZURE_FEED }}/_packaging/${{ secrets.AZURE_FEED }}/pypi/upload/
4646
username: ${{ secrets.AZURE_USERNAME }}
4747
password: ${{ secrets.AZURE_ARTIFACTS_PAT }}
4848
EOF

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.7
2+
3+
**Fix**: Fix artifact url
4+
15
## 1.2.6
26

37
**Publish to both pypi and artifacts**

unstructured_ingest/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.6" # pragma: no cover
1+
__version__ = "1.2.7" # pragma: no cover

0 commit comments

Comments
 (0)