reflex-google-auth 0.0.9a7__tar.gz → 0.0.9a8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/.github/workflows/publish.yml +8 -1
- {reflex_google_auth-0.0.9a7/custom_components/reflex_google_auth.egg-info → reflex_google_auth-0.0.9a8}/PKG-INFO +1 -1
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8/custom_components/reflex_google_auth.egg-info}/PKG-INFO +1 -1
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/.gitignore +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/README.md +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth/__init__.py +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth/decorator.py +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth/google_auth.py +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth/state.py +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth.egg-info/SOURCES.txt +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth.egg-info/dependency_links.txt +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth.egg-info/requires.txt +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/custom_components/reflex_google_auth.egg-info/top_level.txt +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/google_auth_demo/.gitignore +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/google_auth_demo/assets/favicon.ico +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/google_auth_demo/google_auth_demo/__init__.py +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/google_auth_demo/google_auth_demo/google_auth_demo.py +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/google_auth_demo/requirements.txt +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/google_auth_demo/rxconfig.py +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/pyproject.toml +0 -0
- {reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/setup.cfg +0 -0
@@ -39,7 +39,14 @@ jobs:
|
|
39
39
|
with:
|
40
40
|
python-version: "3.12"
|
41
41
|
- name: Set tagged version for deploy
|
42
|
-
run: sed -E
|
42
|
+
run: sed -E 's/^${{ vars.COMPONENT_NAME }}([ >=].*)?$/${{ vars.COMPONENT_NAME }}==${{ github.event.release.tag_name }}/' -i ${{ vars.APP_DIRECTORY }}/requirements.txt
|
43
|
+
- name: Allow pre-release version of reflex
|
44
|
+
run: sed -E 's/(reflex[ >=].*)/\1 --pre/' -i ${{ vars.APP_DIRECTORY }}/requirements.txt
|
45
|
+
- name: Wait for package to become available
|
46
|
+
uses: databutton/wait-for-pypi@main
|
47
|
+
with:
|
48
|
+
package_name: ${{ vars.COMPONENT_NAME}}
|
49
|
+
package_version: ${{ github.event.release.tag_name }}
|
43
50
|
- name: Deploy to ReflexCloud
|
44
51
|
uses: reflex-dev/reflex-deploy-action@v2
|
45
52
|
if: ${{ env.HAS_REFLEX_AUTH_TOKEN == 'true' }}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{reflex_google_auth-0.0.9a7 → reflex_google_auth-0.0.9a8}/google_auth_demo/assets/favicon.ico
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|