Skip to content

Commit 7c6afe0

Browse files
Clean up artifacts variables (#581)
renaming main feed for clarity
1 parent 86dfc05 commit 7c6afe0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
azure
4343
4444
[azure]
45-
repository: https://pkgs.dev.azure.com/${{ secrets.AZURE_FEED }}/_packaging/${{ secrets.AZURE_FEED }}/pypi/upload/
46-
username: ${{ secrets.AZURE_USERNAME }}
45+
repository: https://pkgs.dev.azure.com/${{ secrets.AZURE_ARTIFACTS_FEED }}/_packaging/${{ secrets.AZURE_ARTIFACTS_FEED }}/pypi/upload/
46+
username: ${{ secrets.AZURE_ARTIFACTS_USERNAME }}
4747
password: ${{ secrets.AZURE_ARTIFACTS_PAT }}
4848
EOF
4949

CHANGELOG.md

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

37
**Fix**: Fix artifact url

unstructured_ingest/__version__.py

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

0 commit comments

Comments
 (0)