Skip to content

Commit

Permalink
[vpdq] Fix vpdq PyPI version collision (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwal authored Jan 20, 2024
1 parent 0201990 commit e996d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vpdq-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
packages_dir: vpdq/dist
repository-url: https://test.pypi.org/legacy/
packages-dir: vpdq/dist

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}
packages_dir: vpdq/dist
packages-dir: vpdq/dist
2 changes: 1 addition & 1 deletion vpdq/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0

0 comments on commit e996d25

Please sign in to comment.