Skip to content

Commit

Permalink
fix: wheels publish
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm committed Feb 28, 2023
1 parent 965cf95 commit bc7f895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
if: github.repository_owner == 'aarnphm'
steps:
- uses: actions/download-artifact@v3
- name: Display structure of downloaded files
run: |
apt-get install -y tree
tree
- name: Publish built wheels
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "17c86704733b93dd1251e77d53f4d0569550a8ff",
"sha256": "0x30qzkxximfz2qd6by03ql9605n52hckaf6v2l4gfzkmh04hs1c",
"rev": "501b4fa43992e3297dc00135cfe35ec2be5be969",
"sha256": "1k2whg2p3d71jb2qqnj3fmq7vid1j932k6rv2bhhla019p2lcrd2",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/17c86704733b93dd1251e77d53f4d0569550a8ff.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/501b4fa43992e3297dc00135cfe35ec2be5be969.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit bc7f895

Please sign in to comment.