2222        - os : macos-latest 
2323          python-version : ' 3.9' 
2424        - os : windows-latest 
25-           python-version : ' 3.9'            
25+           python-version : ' 3.9' 
2626    runs-on : ${{ matrix.os }} 
2727    name : test (py${{ matrix.python-version }} ${{ matrix.os }}) 
2828    steps :
@@ -108,7 +108,7 @@ jobs:
108108    - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags') 
109109      run : make sync-to-s3 
110110    - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags') 
111-       uses : pypa/gh-action-pypi-publish@master  
111+       uses : pypa/gh-action-pypi-publish@release/v1  
112112      with :
113113        user : __token__ 
114114        password : ${{ secrets.PYPI_TOKEN }} 
@@ -190,10 +190,10 @@ jobs:
190190        run : | 
191191          pytest tests/test_main_system_caches.py 
192192          pytest -m 'vetiver' 
193-    
193+ 
194194test-jupyter :
195195    runs-on : ubuntu-latest 
196-     env :  
196+     env :
197197      CONNECT_LICENSE : ${{ secrets.RSC_LICENSE }} 
198198      ADMIN_API_KEY : ${{ secrets.ADMIN_API_KEY }} 
199199    steps :
@@ -209,7 +209,7 @@ jobs:
209209name : Start Connect + rsconnect-jupyter 
210210        run : | 
211211            just integration-testing/up 
212-          
212+ 
213213name : Run Cypress Tests 
214214        run : | 
215215            export ADMIN_API_KEY="${{ secrets.ADMIN_API_KEY }}" 
@@ -219,7 +219,7 @@ jobs:
219219      - name : Save videos 
220220        uses : actions/upload-artifact@v3 
221221        if : success() || failure() 
222-         with :  
222+         with :
223223          name : cypress-videos 
224224          path : integration-testing/cypress/videos 
225225          if-no-files-found : ignore 
0 commit comments