reflex-google-auth 0.0.9a11__tar.gz → 0.0.9a14__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.9a11 → reflex_google_auth-0.0.9a14}/.github/workflows/publish.yml +3 -1
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/PKG-INFO +1 -1
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth.egg-info/PKG-INFO +1 -1
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/.github/workflows/pre-commit.yaml +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/.gitignore +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/.pre-commit-config.yaml +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/README.md +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth/__init__.py +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth/decorator.py +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth/google_auth.py +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth/state.py +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth.egg-info/SOURCES.txt +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth.egg-info/dependency_links.txt +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth.egg-info/requires.txt +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/custom_components/reflex_google_auth.egg-info/top_level.txt +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/.gitignore +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/assets/favicon.ico +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/google_auth_demo/__init__.py +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/google_auth_demo/google_auth_demo.py +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/requirements.txt +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/rxconfig.py +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/pyproject.toml +0 -0
- {reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/setup.cfg +0 -0
@@ -41,10 +41,12 @@ jobs:
|
|
41
41
|
- name: Allow pre-release version of reflex
|
42
42
|
run: sed -E 's/(reflex[ >=][^a]*$)/\1a/' -i ${{ vars.APP_DIRECTORY }}/requirements.txt
|
43
43
|
- name: Wait for package to become available
|
44
|
-
uses: databutton/wait-for-pypi-action@
|
44
|
+
uses: databutton/wait-for-pypi-action@7577e731d445ff9520bff7b8feda31ea12d93b52
|
45
45
|
with:
|
46
46
|
package_name: ${{ vars.COMPONENT_NAME}}
|
47
47
|
package_version: ${{ github.event.release.tag_name }}
|
48
|
+
timeout: "120"
|
49
|
+
delay_between_requests: "5"
|
48
50
|
- name: Deploy to ReflexCloud
|
49
51
|
uses: reflex-dev/reflex-deploy-action@v2
|
50
52
|
if: ${{ env.HAS_REFLEX_AUTH_TOKEN == 'true' }}
|
{reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/.github/workflows/pre-commit.yaml
RENAMED
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
|
File without changes
|
File without changes
|
{reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/assets/favicon.ico
RENAMED
File without changes
|
File without changes
|
File without changes
|
{reflex_google_auth-0.0.9a11 → reflex_google_auth-0.0.9a14}/google_auth_demo/requirements.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|