Skip to content

Commit

Permalink
Try Ubuntu latest for PyPi (#476)
Browse files Browse the repository at this point in the history
* Try latest
* Pin azure
  • Loading branch information
Fryyyyy authored May 30, 2023
1 parent efcbf61 commit c19fe3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7 🐍🐍🐍
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ azure-identity
azure-mgmt-compute==23.1.0
azure-mgmt-monitor
azure-mgmt-network
azure-mgmt-resource
azure-mgmt-resource==23.0.1
azure-mgmt-storage
azure-storage-blob
boto3>=1.26.135
Expand Down

0 comments on commit c19fe3d

Please sign in to comment.