Skip to content

Commit b25dc76

Browse files
committed
Merge branch 'master' into refactor-manifest
2 parents 0aab0b3 + 8774dc6 commit b25dc76

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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+
194194
test-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:
209209
- name: Start Connect + rsconnect-jupyter
210210
run: |
211211
just integration-testing/up
212-
212+
213213
- name: 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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author = Michael Marchetti
66
author_email = mike@posit.co
77
description = Python integration with Posit Connect
88
license = GPL-2.0
9-
license_file = LICENSE.md
9+
license_files = LICENSE.md
1010
long_description = file:README.md
1111
long_description_content_type = text/markdown
1212
name = rsconnect_python

0 commit comments

Comments
 (0)